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 | 映??橈?? | 1000100101100110001111110011111110011110111101000011111100111111 | 89663f3f9ef43f3f |
EUC-JP | 映??橈?? | 1011000111000111001111110011111111011100111101100011111100111111 | b1c73f3fdcf63f3f |
UTF-8 | 映듸쉘橈꾢깷 | 111001101001100010100000111010111001001110111000111011001000100110011000111001101010100110001000111010101011111010100010111010101011100110110111 | e698a0eb93b8ec8998e6a988eabea2eab9b7 |
UHC | 映듸쉘橈꾢깷 | 111001111011000110110101111011111011110110101001111010001111101010000100111001011000001110100101 | e7b1b5efbda9e8fa84e583a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)