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 | 潁??膺?? | 1001111111110001001111110011111111100100010111100011111100111111 | 9ff13f3fe45e3f3f |
EUC-JP | 潁??膺?? | 1101111011110011001111110011111111100111101111110011111100111111 | def33f3fe7bf3f3f |
UTF-8 | 潁뺢퇎膺쀩땡 | 111001101011110110000001111010111011101010100010111011011000011110001110111010001000011010111010111011001000000010101001111010111001010110100001 | e6bd81ebbaa2ed878ee886baec80a9eb95a1 |
UHC | 潁뺢퇎膺쀩땡 | 111001111011100010010101111010101011011110011111111010111110110010010111111010011011011010101111 | e7b895eab79febec97e9b6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)