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 | 吾??膺 | 100011001110000100111111001111111110010001011110 | 8ce13f3fe45e |
EUC-JP | 吾??膺 | 101110001110001100111111001111111110011110111111 | b8e33f3fe7bf |
UTF-8 | 吾멸낟膺 | 111001011001000010111110111010111010100110111000111010111000001010011111111010001000011010111010 | e590beeba9b8eb829fe886ba |
UHC | 吾멸낟膺 | 1110011111101110101110001110101010110011101011101110101111101100 | e7eeb8eab3aeebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)