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 | 屋l?爰?? | 100010011010111010000010100011000011111111100000101001110011111100111111 | 89ae828c3fe0a73f3f |
EUC-JP | 屋l?爰?? | 101100101011000010100011111011000011111111100000101010010011111100111111 | b2b0a3ec3fe0a93f3f |
UTF-8 | 屋l떏爰귡뇳 | 111001011011000110001011111011111011110110001100111010111001011010001111111001111000100010110000111010101011011110100001111010111000011110110011 | e5b18befbd8ceb968fe788b0eab7a1eb87b3 |
UHC | 屋l떏爰귡뇳 | 111010001010100110100011111011001000101110100101111010101011101010000010111010011000011110010111 | e8a9a3ec8ba5eaba82e98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)