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 | ???P??? | 00111111001111110011111101010000001111110011111100111111 | 3f3f3f503f3f3f |
SJIS-WIN | ?西?P??? | 0011111110010000101111000011111101010000001111110011111100111111 | 3f90bc3f503f3f3f |
EUC-JP | ?西?P??? | 0011111111000000101111100011111101010000001111110011111100111111 | 3fc0be3f503f3f3f |
UTF-8 | 렊西롆P쒀렲렊 | 11101011101000001000101011101000101001011011111111101011101000011000011001010000111011001001001010000000111010111010000010110010111010111010000010001010 | eba08ae8a5bfeba18650ec9280eba0b2eba08a |
UHC | 렊西롆P쒀렲렊 | 10001110101000011110000010100100100011101100110001010000101111101010110010001110101111111000111010100001 | 8ea1e0a48ecc50beac8ebf8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)