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 | ???苑?? | 00111111001111110011111110001001100100010011111100111111 | 3f3f3f89913f3f |
EUC-JP | 濚??苑?? | 100011111100100110100001001111110011111110110001111100010011111100111111 | 8fc9a13f3fb1f13f3f |
UTF-8 | 濚⑸맕苑잌퓘 | 111001101011111110011010111000101001000110111000111010111010011110010101111010001000101110010001111011001001111010001100111011011001001110011000 | e6bf9ae291b8eba795e88b91ec9e8ced9398 |
UHC | 濚⑸맕苑잌퓘 | 111001111011100110101001111010111001000010100111111010101011110110011111111001011011111110000011 | e7b9a9eb90a7eabd9fe5bf83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)