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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咫??旭 | 100110100100000000111111001111111000100010101110 | 9a403f3f88ae |
EUC-JP | 咫??旭 | 110100111010000100111111001111111011000010110000 | d3a13f3fb0b0 |
UTF-8 | 咫띄땀旭 | 111001011001001010101011111010111001110110000100111010111001010110000000111001101001011110101101 | e592abeb9d84eb9580e697ad |
UHC | 咫띄땀旭 | 1111001010100001101101101110011110110110101000011110100111101111 | f2a1b6e7b6a1e9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)