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 | ???B?Oue^ | 001111110011111100111111010000100011111101001111011101010110010101011110 | 3f3f3f423f4f75655e |
SJIS-WIN | ???B?Oue^ | 001111110011111100111111010000100011111101001111011101010110010101011110 | 3f3f3f423f4f75655e |
EUC-JP | ???B?Oue^ | 001111110011111100111111010000100011111101001111011101010110010101011110 | 3f3f3f423f4f75655e |
UTF-8 | 횪횤혳B혰Oue^ | 1110110110011010101010101110110110011010101001001110110110011000101100110100001011101101100110001011000001001111011101010110010101011110 | ed9aaaed9aa4ed98b342ed98b04f75655e |
UHC | 횪횤혳B혰Oue^ | 11000011101000001100001110011011110000101001101001000010110000101001011101001111011101010110010101011110 | c3a0c39bc29a42c2974f75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)