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 | 腋??膺 | 111000111111110000111111001111111110010001011110 | e3fc3f3fe45e |
EUC-JP | 腋??膺 | 111001101111111000111111001111111110011110111111 | e6fe3f3fe7bf |
UTF-8 | 腋잆렖膺 | 111010001000010110001011111011001001111010000110111010111010000010010110111010001000011010111010 | e8858bec9e86eba096e886ba |
UHC | 腋잆렖膺 | 1110010011111101100111111110001110001110101010111110101111101100 | e4fd9fe38eabebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)