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 | ?閥憾挑? | 0011111110010100101101001000101010110110100100101010011100111111 | 3f94b48ab692a73f |
EUC-JP | ?閥憾挑? | 0011111111001000101101101011010010111000110001001010100100111111 | 3fc8b6b4b8c4a93f |
UTF-8 | 뤶閥憾挑렡 | 111010111010010010110110111010011001011010100101111001101000011010111110111001101000110010010001111010111010000010100001 | eba4b6e996a5e686bee68c91eba0a1 |
UHC | 뤶閥憾挑렡 | 10001111111001001101101111101100110010101111000011010011111110111000111010110010 | 8fe4dbeccaf0d3fb8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)