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 | 業??宥?? | 1000101111000110001111110011111110010111010001110011111100111111 | 8bc63f3f97473f3f |
EUC-JP | 業??宥?? | 1011011011001000001111110011111111001101101010000011111100111111 | b6c83f3fcda83f3f |
UTF-8 | 業좊뱷宥딃뇽 | 111001101010010110101101111011001010001010001010111010111011000110110111111001011010111010100101111010111001010010000011111010111000011110111101 | e6a5adeca28aebb1b7e5aea5eb9483eb87bd |
UHC | 業좊뱷宥딃뇽 | 111001011111011010100000111010111001001110011101111010101110100110001010111010011011010010101000 | e5f6a0eb939deae98ae9b4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)