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 | ??o??jB | 00111111001111110110111100111111001111110110101001000010 | 3f3f6f3f3f6a42 |
SJIS-WIN | ??o??jB | 00111111001111110110111100111111001111110110101001000010 | 3f3f6f3f3f6a42 |
EUC-JP | ??o??jB | 00111111001111110110111100111111001111110110101001000010 | 3f3f6f3f3f6a42 |
UTF-8 | 횂혱o횄쨩jB | 111011011001101010000010111011011001100010110001011011111110110110011010100001001110110010101000101010010110101001000010 | ed9a82ed98b16fed9a84eca8a96a42 |
UHC | 횂혱o횄쨩jB | 1100001110000010110000101001100001101111110000111000001111000010101110110110101001000010 | c382c2986fc383c2bb6a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)