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 | ???悅?? | 00111111001111110011111111111010101111010011111100111111 | 3f3f3ffabd3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 歷㎪뇛悅띷름 | 111011111010011010001100111000111000111010101010111010111000011110011011111001101000001010000101111010111001110110110111111010111010011010000100 | efa68ce38eaaeb879be68285eb9db7eba684 |
UHC | 歷㎪뇛悅띷름 | 111001101011100010100111111001101000011110000110111001101110110110001101111001101011100010100111 | e6b8a7e68786e6ed8de6b8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)