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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???膺?? | 00111111001111110011111111100100010111100011111100111111 | 3f3f3fe45e3f3f |
EUC-JP | 艅??膺?? | 100011111101011011111101001111110011111111100111101111110011111100111111 | 8fd6fd3f3fe7bf3f3f |
UTF-8 | 艅덀굨膺섇▶ | 111010001000100110000101111010111000110110000000111010101011010110101000111010001000011010111010111011001000010010000111111000101001011010110110 | e88985eb8d80eab5a8e886baec8487e296b6 |
UHC | 艅덀굨膺섇▶ | 111001101010100110001000111000111000001010001110111010111110110010011000111001011010001010111010 | e6a988e3828eebec98e5a2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)