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 | ?る???? | 00111111100000101110100100111111001111110011111100111111 | 3f82e93f3f3f3f |
EUC-JP | ?る?堉?? | 001111111010010011101011001111111000111110110111111111010011111100111111 | 3fa4eb3f8fb7fd3f3f |
UTF-8 | 閭る벡堉붹씭 | 111011111010011010000110111000111000001010001011111010111011001010100001111001011010000010001001111010111011011010111001111011001001010010101101 | efa686e3828bebb2a1e5a089ebb6b9ec94ad |
UHC | 閭る벡堉붹씭 | 111001101010110110101010111010111011101010100100111010111011110010010100111001101001110110111110 | e6adaaebbaa4ebbc94e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)