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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 底??TB | 100100101110101000111111001111110101010001000010 | 92ea3f3f5442 |
EUC-JP | 底??TB | 110001001110110000111111001111110101010001000010 | c4ec3f3f5442 |
UTF-8 | 底깍쉿TB | 1110010110111010100101011110101010111001100011011110110010001001101111110101010001000010 | e5ba95eab98dec89bf5442 |
UHC | 底깍쉿TB | 1110111010111100101100011110111110111101101100100101010001000010 | eebcb1efbdb25442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)