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 | ?る???㏄ | 0011111110000010111010010011111100111111001111111000011101110100 | 3f82e93f3f3f8774 |
EUC-JP | ?る?堉?? | 001111111010010011101011001111111000111110110111111111010011111100111111 | 3fa4eb3f8fb7fd3f3f |
UTF-8 | 閭る벡堉뷂㏄ | 111011111010011010000110111000111000001010001011111010111011001010100001111001011010000010001001111010111011011110000010111000111000111110000100 | efa686e3828bebb2a1e5a089ebb782e38f84 |
UHC | 閭る벡堉뷂㏄ | 111001101010110110101010111010111011101010100100111010111011110010010100111011111010011110100110 | e6adaaebbaa4ebbc94efa7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)