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 | 葬峯瞼 | 100100011001001010010101111101011110000111011001 | 919295f5e1d9 |
EUC-JP | 葬峯瞼 | 110000011111001011001010111101111110001011011011 | c1f2caf7e2db |
UTF-8 | 葬峯瞼 | 111010001001000110101100111001011011001110101111111001111001111010111100 | e891ace5b3afe79ebc |
UHC | 葬峯瞼 | 111011011111011111011100111001111100110010100001 | edf7dce7cca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)