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 | 浴嗽?燒?? | 100101111000000110011010011101010011111111100000100101100011111100111111 | 97819a753fe0963f3f |
EUC-JP | 浴嗽?燒堧? | 1100110111100001110100111101011000111111110111111111011010001111101110001010100000111111 | cde1d3d63fdff68fb8a83f |
UTF-8 | 浴嗽잂燒堧슳 | 111001101011010110110100111001011001011110111101111011001001111010000010111001111000011110010010111001011010000010100111111011001000101010110011 | e6b5b4e597bdec9e82e78792e5a0a7ec8ab3 |
UHC | 浴嗽잂燒堧슳 | 111010011011000111100001111101011001111111100010111000011100000011100110110000001001101010111010 | e9b1e1f59fe2e1c0e6c09aba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)