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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郤碑崟諱 | 1110011110111010100101001110100010011011101111101110011010000001 | e7ba94e89bbee681 |
EUC-JP | 郤碑崟諱 | 1110111010111100110010001110101011010110110000001110101111100001 | eebcc8ead6c0ebe1 |
UTF-8 | 郤碑崟諱 | 111010011000001110100100111001111010001010010001111001011011010010011111111010001010101110110001 | e983a4e7a291e5b49fe8abb1 |
UHC | ?碑?諱 | 001111111101110111111000001111111111110111001001 | 3fddf83ffdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)