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 | ë å èµ | 111010111000111110100000111001011000010110010010111010001000110010110101 | eb8fa0e58592e88cb5 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ë??å??è?? | 100011111010101110110011001111110011111110001111101010111010100100111111001111111000111110101011101100100011111100111111 | 8fabb33f3f8faba93f3f8fabb23f3f |
UTF-8 | ë å èµ | 110000111010101111000010100011111100001010100000110000111010010111000010100001011100001010010010110000111010100011000010100011001100001010110101 | c3abc28fc2a0c3a5c285c292c3a8c28cc2b5 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)