To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甕???瘟 | 11100001010100000011111100111111001111111110000110001001 | e1503f3f3fe189 |
EUC-JP | 甕???瘟 | 11100001101100010011111100111111001111111110000111101001 | e1b13f3f3fe1e9 |
UTF-8 | 甕앇딃츓瘟 | 111001111001010010010101111011001001010110000111111010111001010010000011111011001011100010010011111001111001100010011111 | e79495ec9587eb9483ecb893e7989f |
UHC | 甕앇딃츓瘟 | 11101000101110001001110111010001100010101110100110101110100011101110100010110000 | e8b89dd18ae9ae8ee8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)