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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驛??驛? | 11101001100000110011111100111111111010011000001100111111 | e9833f3fe9833f |
EUC-JP | 驛??驛? | 11110001111000110011111100111111111100011110001100111111 | f1e33f3ff1e33f |
UTF-8 | 驛드ㅁ驛덅 | 111010011010100110011011111010111001001110011100111000111000010110000001111010011010100110011011111010111000110110000101 | e9a99beb939ce38581e9a99beb8d85 |
UHC | 驛드ㅁ驛덅 | 11100110101111101011010111100101101001001011000111100110101111101000100011101000 | e6beb5e5a4b1e6be88e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)