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 | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
SJIS-WIN | ?西??西?C | 001111111001000010111100001111110011111110010000101111000011111101000011 | 3f90bc3f3f90bc3f43 |
EUC-JP | ?西??西?C | 001111111100000010111110001111110011111111000000101111100011111101000011 | 3fc0be3f3fc0be3f43 |
UTF-8 | 렊西롆렊西롆C | 11101011101000001000101011101000101001011011111111101011101000011000011011101011101000001000101011101000101001011011111111101011101000011000011001000011 | eba08ae8a5bfeba186eba08ae8a5bfeba18643 |
UHC | 렊西롆렊西롆C | 10001110101000011110000010100100100011101100110010001110101000011110000010100100100011101100110001000011 | 8ea1e0a48ecc8ea1e0a48ecc43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)