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 | 暎??伊? | 10011101111100110011111100111111100010001100100100111111 | 9df33f3f88c93f |
EUC-JP | 暎??伊? | 11011010111101010011111100111111101100001100101100111111 | daf53f3fb0cb3f |
UTF-8 | 暎㏓봻伊쩏 | 111001101001101010001110111000111000111110010011111010111011010010111011111001001011110010001010111011001010100110001111 | e69a8ee38f93ebb4bbe4bc8aeca98f |
UHC | 暎㏓봻伊쩏 | 11100111101100101010011111101011100101001000001011101100101001011010010101000111 | e7b2a7eb9482eca5a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)