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 | ???唯①? | 0011111100111111001111111001011101000010100001110100000000111111 | 3f3f3f974287403f |
EUC-JP | ???唯?? | 00111111001111110011111111001101101000110011111100111111 | 3f3f3fcda33f3f |
UTF-8 | 麗몃씈唯①빊 | 111011111010011010001000111010111010101010000011111011001001010010001000111001011001010010101111111000101001000110100000111010111011100110001010 | efa688ebaa83ec9488e594afe291a0ebb98a |
UHC | 麗몃씈唯①빊 | 111001101011000010111000111010111001110110100000111010101110011010101000111001111001010110110000 | e6b0b8eb9da0eae6a8e795b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)