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 | 熱????? | 10010100010011010011111100111111001111110011111100111111 | 944d3f3f3f3f3f |
EUC-JP | 熱????? | 11000111101011100011111100111111001111110011111100111111 | c7ae3f3f3f3f3f |
UTF-8 | 熱듈꽓紐욤닼 | 111001111000011010110001111010111001001110001000111010101011110110010011111011111010011110001111111011001001101010100100111010111000101110111100 | e786b1eb9388eabd93efa78fec9aa4eb8bbc |
UHC | 熱듈꽓紐욤닼 | 111001101111000010110101111000101000010010100010111010111010101010111111111010001000100010101010 | e6f0b5e284a2ebaabfe888aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)