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 | 嶸??侑?? | 1111101010110100001111110011111110011000110100000011111100111111 | fab43f3f98d03f3f |
EUC-JP | 嶸??侑?? | 100011111011101111110100001111110011111111010000110100100011111100111111 | 8fbbf43f3fd0d23f3f |
UTF-8 | 嶸뗫쵆侑뉏벧 | 111001011011011010111000111010111001011110101011111011001011010110000110111001001011111010010001111010111000100110001111111010111011001010100111 | e5b6b8eb97abecb586e4be91eb898febb2a7 |
UHC | 嶸뗫쵆侑뉏벧 | 111001111010111010001011111010111010110010001000111010101110001010000111111001001011101010100110 | e7ae8bebac88eae287e4baa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)