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 | 鴨??宥?└ | 100010101001101100111111001111111001011101000111001111111000010010100100 | 8a9b3f3f97473f84a4 |
EUC-JP | 鴨??宥?└ | 101100111111101100111111001111111100110110101000001111111010100010100110 | b3fb3f3fcda83fa8a6 |
UTF-8 | 鴨밸뱢宥억└ | 111010011011010010101000111010111011000010111000111010111011000110100010111001011010111010100101111011001001011010110101111000101001010010010100 | e9b4a8ebb0b8ebb1a2e5aea5ec96b5e29494 |
UHC | 鴨밸뱢宥억└ | 111001001110010110111001111010111001001110001000111010101110100110111110111011111010011010100110 | e4e5b9eb9388eae9beefa6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)