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 | 低頭?逗?瀞 | 10010010111000011001001110101010001111111001000010000000001111111001001111010010 | 92e193aa3f90803f93d2 |
EUC-JP | 低頭?逗?瀞 | 11000100111000111100011010101100001111111011111111100000001111111100011011010100 | c4e3c6ac3fbfe03fc6d4 |
UTF-8 | 低頭렧逗드瀞 | 111001001011110110001110111010011010000010101101111010111010000010100111111010011000000010010111111010111001001110011100111001111000000010011110 | e4bd8ee9a0adeba0a7e98097eb939ce7809e |
UHC | 低頭렧逗드瀞 | 111011101011100011010100111010011000111010110110110101001110100010110101111001011110111111100111 | eeb8d4e98eb6d4e8b5e5efe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)