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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 邑??邑??^ | 100101110101011100111111001111111001011101010111001111110011111101011110 | 97573f3f97573f3f5e |
EUC-JP | 邑??邑??^ | 110011011011100000111111001111111100110110111000001111110011111101011110 | cdb83f3fcdb83f3f5e |
UTF-8 | 邑녹슡邑녹슟^ | 11101001100000101001000111101011100001011011100111101100100010101010000111101001100000101001000111101011100001011011100111101100100010101001111101011110 | e98291eb85b9ec8aa1e98291eb85b9ec8a9f5e |
UHC | 邑녹슡邑녹슟^ | 11101011111010011011001111101100100110101010110111101011111010011011001111101100100110101010101101011110 | ebe9b3ec9aadebe9b3ec9aab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)