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 | 製?翁?垣句 | 10010000101110110011111110001001101001010011111110001010010111111000101111100101 | 90bb3f89a53f8a5f8be5 |
EUC-JP | 製?翁?垣句 | 11000000101111010011111110110010101001110011111110110011110000001011011011100111 | c0bd3fb2a73fb3c0b6e7 |
UTF-8 | 製렩翁렫垣句 | 111010001010001110111101111010111010000010101001111001111011111110000001111010111010000010101011111001011001111010100011111001011000111110100101 | e8a3bdeba0a9e7bf81eba0abe59ea3e58fa5 |
UHC | 製렩翁렫垣句 | 111100001011001010001110101101111110100010111010100011101011100111101010101011111100111110100011 | f0b28eb7e8ba8eb9eaafcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)