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 | 財??盤?倚 | 100011011110000000111111001111111001010011010101001111111001100011011111 | 8de03f3f94d53f98df |
EUC-JP | 財??盤?倚 | 101110101110001000111111001111111100100011010111001111111101000011100001 | bae23f3fc8d73fd0e1 |
UTF-8 | 財명렪盤윅倚 | 111010001011001010100001111010111010101010000101111010111010000010101010111001111001101110100100111011001001110010000101111001011000000010011010 | e8b2a1ebaa85eba0aae79ba4ec9c85e5809a |
UHC | 財명렪盤윅倚 | 111011101010111110111000111011011000111010111000110110101110111111000000101010001110101111101111 | eeafb8ed8eb8daefc0a8ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)