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 | 勇??誼や? | 100101110100010100111111001111111000101101100010100000101110001000111111 | 97453f3f8b6282e23f |
EUC-JP | 勇??誼や? | 110011011010011000111111001111111011010111000011101001001110010000111111 | cda63f3fb5c3a4e43f |
UTF-8 | 勇싲쉴誼や쉴 | 111001011000101110000111111011001000101110110010111011001000100110110100111010001010101010111100111000111000001010000100111011001000100110110100 | e58b87ec8bb2ec89b4e8aabce38284ec89b4 |
UHC | 勇싲쉴誼や쉴 | 111010011011100010011010111010111011110110101111111010111111111010101010111001001011110110101111 | e9b89aebbdafebfeaae4bdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)