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 | xYxbE | 1000111101111000100010111001000101011001100011110111100010001011100100010110001001000101 | 8f788b91598f788b916245 |
SJIS-WIN | ?x??Y?x??bE | 0011111101111000001111110011111101011001001111110111100000111111001111110110001001000101 | 3f783f3f593f783f3f6245 |
EUC-JP | ?x??Y?x??bE | 0011111101111000001111110011111101011001001111110111100000111111001111110110001001000101 | 3f783f3f593f783f3f6245 |
UTF-8 | xYxbE | 1100001010001111011110001100001010001011110000101001000101011001110000101000111101111000110000101000101111000010100100010110001001000101 | c28f78c28bc29159c28f78c28bc2916245 |
UHC | ?x??Y?x??bE | 0011111101111000001111110011111101011001001111110111100000111111001111110110001001000101 | 3f783f3f593f783f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)