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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裔с?押 | 11100101111000011000010010000011001111111000100110011111 | e5e184833f899f |
EUC-JP | 裔с?押 | 11101010111000111010011111100011001111111011001010100001 | eae3a7e33fb2a1 |
UTF-8 | 裔с굤押 | 1110100010100011100101001101000110000001111010101011010110100100111001101000101010111100 | e8a394d181eab5a4e68abc |
UHC | 裔с굤押 | 1110011111100000101011001110001110000010100010101110010011100011 | e7e0ace3828ae4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)