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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶⑤?移?? | 100101101110100010000111010001000011111110001000110110100011111100111111 | 96e887443f88da3f3f |
EUC-JP | 冶??移?? | 1100110011101010001111110011111110110000110111000011111100111111 | ccea3f3fb0dc3f3f |
UTF-8 | 冶⑤떧移ⓩ껍 | 111001011000011010110110111000101001000110100100111010111001011010100111111001111010011110111011111000101001001110101001111010101011101110001101 | e586b6e291a4eb96a7e7a7bbe293a9eabb8d |
UHC | 冶⑤떧移ⓩ껍 | 111001011010011110101000111010111000101110111010111011001011100110101000111001101011001010101110 | e5a7a8eb8bbaecb9a8e6b2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)