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 | 獎ス萵ミス膺 | 111000001101000010111101111001001110000011010000101111011110010001011110 | e0d0bde4e0d0bde45e |
EUC-JP | 獎ス萵ミス膺 | 111000001101001010001110101111011110100011100010100011101101000010001110101111011110011110111111 | e0d28ebde8e28ed08ebde7bf |
UTF-8 | 獎ス萵ミス膺 | 111001111000110110001110111011111011110110111101111010001001000010110101111011111011111010010000111011111011110110111101111010001000011010111010 | e78d8eefbdbde890b5efbe90efbdbde886ba |
UHC | ?????膺 | 00111111001111110011111100111111001111111110101111101100 | 3f3f3f3f3febec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)