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 | ?邁?膺?齋 | 001111111110011110110000001111111110010001011110001111111110001001010110 | 3fe7b03fe45e3fe256 |
EUC-JP | ?邁?膺?齋 | 001111111110111010110010001111111110011110111111001111111110001110110111 | 3feeb23fe7bf3fe3b7 |
UTF-8 | 卽邁껌膺렞齋 | 111001011000110110111101111010011000001010000001111010101011101110001100111010001000011010111010111010111010000010011110111010011011110110001011 | e58dbde98281eabb8ce886baeba09ee9bd8b |
UHC | 卽邁껌膺렞齋 | 111100011110110111011000111001001011001010101101111010111110110010001110101011111110111010110001 | f1edd8e4b2adebec8eafeeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)