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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驛??膺 | 111010011000001100111111001111111110010001011110 | e9833f3fe45e |
EUC-JP | 驛??膺 | 111100011110001100111111001111111110011110111111 | f1e33f3fe7bf |
UTF-8 | 驛노벙膺 | 111010011010100110011011111010111000010110111000111010111011001010011001111010001000011010111010 | e9a99beb85b8ebb299e886ba |
UHC | 驛노벙膺 | 1110011010111110101100111110101110111010101000011110101111101100 | e6beb3ebbaa1ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)