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 | 罌??肄?? | 1110001110100000001111110011111111100011111001010011111100111111 | e3a03f3fe3e53f3f |
EUC-JP | 罌??肄?? | 1110011010100010001111110011111111100110111001110011111100111111 | e6a23f3fe6e73f3f |
UTF-8 | 罌살궏肄뽳쫵 | 111001111011110110001100111011001000001010110100111010101011011010001111111010001000001010000100111010111011110110110011111011001010101110110101 | e7bd8cec82b4eab68fe88284ebbdb3ecabb5 |
UHC | 罌살궏肄뽳쫵 | 111001011010001010111011111011001000001010100101111011001011110110010110111011111010011010001100 | e5a2bbec82a5ecbd96efa68c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)