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 | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 辰束達谷叩P | 1001001001000011100100011010100110010010010000101001001001001010100100100100000001010000 | 924391a99242924a924050 |
EUC-JP | 辰束達谷叩P | 1100001110100100110000101010101111000011101000111100001110101011110000111010000101010000 | c3a4c2abc3a3c3abc3a150 |
UTF-8 | 辰束達谷叩P | 11101000101111101011000011100110100111011001111111101001100000011001010011101000101100001011011111100101100011111010100101010000 | e8beb0e69d9fe98194e8b0b7e58fa950 |
UHC | 辰束達谷叩P | 1111001011100011111000011101011011010011101110011100110111011011110011011011000001010000 | f2e3e1d6d3b9cddbcdb050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)