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 | ???苑?円 | 0011111100111111001111111000100110010001001111111000100101111110 | 3f3f3f89913f897e |
EUC-JP | ??Ŋ苑?円 | 00111111001111111000111110101001101010111011000111110001001111111011000111011111 | 3f3f8fa9abb1f13fb1df |
UTF-8 | 料곕Ŋ苑쳁円 | 1110111110100110101111101110101010110011100101011100010110001010111010001000101110010001111011001011001110000001111001011000011010000110 | efa6beeab395c58ae88b91ecb381e58686 |
UHC | 料곕Ŋ苑쳁円 | 111010001111011110110000111010111010100010101111111010101011110110101011011001111110010111110111 | e8f7b0eba8afeabdab67e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)