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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訒滉貅 | 111110111010001110011111111001001110011010111010 | fba39fe4e6ba |
EUC-JP | 訒滉貅 | 10001111110111011100100011011110111001101110110010111100 | 8fddc8dee6ecbc |
UTF-8 | 訒滉貅 | 111010001010100010010010111001101011101110001001111010001011001010000101 | e8a892e6bb89e8b285 |
UHC | ?滉? | 00111111111111001101000100111111 | 3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)