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 | PqPq^ | 100010100101000010011010011100011000101001010000100110100111000101011110 | 8a509a718a509a715e |
SJIS-WIN | ?P?q?P?q^ | 001111110101000000111111011100010011111101010000001111110111000101011110 | 3f503f713f503f715e |
EUC-JP | ?P?q?P?q^ | 001111110101000000111111011100010011111101010000001111110111000101011110 | 3f503f713f503f715e |
UTF-8 | PqPq^ | 11000010100010100101000011000010100110100111000111000010100010100101000011000010100110100111000101011110 | c28a50c29a71c28a50c29a715e |
UHC | ?P?q?P?q^ | 001111110101000000111111011100010011111101010000001111110111000101011110 | 3f503f713f503f715e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)