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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??誼?? | 1001011101011100001111110011111110001011011000100011111100111111 | 975c3f3f8b623f3f |
EUC-JP | 予??誼?? | 1100110110111101001111110011111110110101110000110011111100111111 | cdbd3f3fb5c33f3f |
UTF-8 | 予롮뼔誼됭뙶 | 111001001011101010001000111010111010000110101110111010111011110010010100111010001010101010111100111010111001000010101101111010111001100110110110 | e4ba88eba1aeebbc94e8aabceb90adeb99b6 |
UHC | 予롮뼔誼됭뙶 | 111001011111100010001110111011001001011010011100111010111111111010001001111010001000110010111001 | e5f88eec969cebfe89e88cb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)