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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 製???垣?B | 100100001011101100111111001111110011111110001010010111110011111101000010 | 90bb3f3f3f8a5f3f42 |
EUC-JP | 製?勖?垣?B | 1100000010111101001111111000111110110011111011010011111110110011110000000011111101000010 | c0bd3f8fb3ed3fb3c03f42 |
UTF-8 | 製렩勖렢垣렖B | 11101000101000111011110111101011101000001010100111100101100010111001011011101011101000001010001011100101100111101010001111101011101000001001011001000010 | e8a3bdeba0a9e58b96eba0a2e59ea3eba09642 |
UHC | 製렩勖렢垣렖B | 11110000101100101000111010110111111010011110110110001110101100111110101010101111100011101010101101000010 | f0b28eb7e9ed8eb3eaaf8eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)