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 | ?る?率?? | 0011111110000010111010010011111110010111101001100011111100111111 | 3f82e93f97a63f3f |
EUC-JP | ?る?率?? | 0011111110100100111010110011111111001110101010000011111100111111 | 3fa4eb3fcea83f3f |
UTF-8 | 閭る베率루솾 | 111011111010011010000110111000111000001010001011111010111011001010100000111001111000111010000111111010111010001110101000111011001000011010111110 | efa686e3828bebb2a0e78e87eba3a8ec86be |
UHC | 閭る베率루솾 | 111001101010110110101010111010111011101010100011111000011110001110110111111001111001100110110010 | e6adaaebbaa3e1e3b7e799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)