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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????楹 | 001111110011111100111111001111111001111010110001 | 3f3f3f3f9eb1 |
EUC-JP | ????楹 | 001111110011111100111111001111111101110010110011 | 3f3f3f3fdcb3 |
UTF-8 | 醴둘뉓뫓楹 | 111011111010011010110111111010111001000110011000111010111000100110010011111010111010101110010011111001101010010110111001 | efa6b7eb9198eb8993ebab93e6a5b9 |
UHC | 醴둘뉓뫓楹 | 11100111111001001011010111010001100001111110100010010001101101011110011110110011 | e7e4b5d187e891b5e7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)