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 | 阿靄???? | 1000100010100010111010001100100100111111001111110011111100111111 | 88a2e8c93f3f3f3f |
EUC-JP | 阿靄???? | 1011000010100100111100001100101100111111001111110011111100111111 | b0a4f0cb3f3f3f3f |
UTF-8 | 阿靄롆렽롅롒 | 111010011001100010111111111010011001110110000100111010111010000110000110111010111010000010111101111010111010000110000101111010111010000110010010 | e998bfe99d84eba186eba0bdeba185eba192 |
UHC | 阿靄롆렽롅롒 | 111001001011100111100100111101111000111011001100100011101100010110001110110010111000111011010111 | e4b9e4f78ecc8ec58ecb8ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)