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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 鞋??絶??] | 111010001101110000111111001111111001000011100010001111110011111101011101 | e8dc3f3f90e23f3f5d |
EUC-JP | 鞋??絶??] | 111100001101111000111111001111111100000011100100001111110011111101011101 | f0de3f3fc0e43f3f5d |
UTF-8 | 鞋뗰풊絶뺞솛] | 11101001100111101000101111101011100101111011000011101101100100101000101011100111101101011011011011101011101110101001111011101100100001101001101101011101 | e99e8beb97b0ed928ae7b5b6ebba9eec869b5d |
UHC | 鞋뗰풊絶뺞솛] | 11111011101110011000101111101111101111101001000011101111101111101001010111100110100110011001100101011101 | fbb98befbe90efbe95e699995d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)