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 | 蒸矜??倚? | 100011111111011011100001111000000011111100111111100110001101111100111111 | 8ff6e1e03f3f98df3f |
EUC-JP | 蒸矜??倚? | 101111101111100011100010111000100011111100111111110100001110000100111111 | bef8e2e23f3fd0e13f |
UTF-8 | 蒸矜렒렖倚렔 | 111010001001001010111000111001111001111110011100111010111010000010010010111010111010000010010110111001011000000010011010111010111010000010010100 | e892b8e79f9ceba092eba096e5809aeba094 |
UHC | 蒸矜렒렖倚렔 | 111100011111101011010000111010001000111010100111100011101010101111101011111011111000111010101001 | f1fad0e88ea78eabebef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)