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 | ???驛? | 001111110011111100111111111010011000001100111111 | 3f3f3fe9833f |
EUC-JP | ???驛? | 001111110011111100111111111100011110001100111111 | 3f3f3ff1e33f |
UTF-8 | 療며뿏驛계 | 111011111010011110000001111010111010100110110000111010111011111110001111111010011010100110011011111010101011001110000100 | efa781eba9b0ebbf8fe9a99beab384 |
UHC | 療며뿏驛계 | 11101000111111101011100011100111100101111001010011100110101111101011000011101000 | e8feb8e79794e6beb0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)