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 | 茵?? | 11100100100111110011111100111111 | e49f3f3f |
EUC-JP | 茵琫? | 111010001010000110001111110011001010111100111111 | e8a18fccaf3f |
UTF-8 | 茵琫렪 | 111010001000110010110101111001111001000010101011111010111010000010101010 | e88cb5e790abeba0aa |
UHC | 茵琫렪 | 111011001110000011011100111011011000111010111000 | ece0dced8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)