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 | xx^ | 100011110111100010001011100100011000111101111000100010111000111101011110 | 8f788b918f788b8f5e |
SJIS-WIN | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
EUC-JP | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
UTF-8 | xx^ | 110000101000111101111000110000101000101111000010100100011100001010001111011110001100001010001011110000101000111101011110 | c28f78c28bc291c28f78c28bc28f5e |
UHC | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)