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 | ???膺? | 001111110011111100111111111001000101111000111111 | 3f3f3fe45e3f |
EUC-JP | ???膺? | 001111110011111100111111111001111011111100111111 | 3f3f3fe7bf3f |
UTF-8 | 咽뉖떩膺갌 | 111011111010011010011110111010111000100110010110111010111001011010101001111010001000011010111010111010101011000010001100 | efa69eeb8996eb96a9e886baeab08c |
UHC | 咽뉖떩膺갌 | 11100110111011001000011111101011100010111011101111101011111011001000000101000110 | e6ec87eb8bbbebec8146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)