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 | ?ョ?乙?? | 0011111110000011100001110011111110001001101100110011111100111111 | 3f83873f89b33f3f |
EUC-JP | ?ョ?乙?? | 0011111110100101111001110011111110110010101101010011111100111111 | 3fa5e73fb2b53f3f |
UTF-8 | 曆ョ뱩乙띈큵 | 111011111010011010001011111000111000001110100111111010111011000110101001111001001011100110011001111010111001110110001000111011011000000110110101 | efa68be383a7ebb1a9e4b999eb9d88ed81b5 |
UHC | 曆ョ뱩乙띈큵 | 111001101011011110101011111001111001001110001111111010111110000010110110111010001011010010000100 | e6b7abe7938febe0b6e8b484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)