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 | ??い??? | 00111111001111111000001010100010001111110011111100111111 | 3f3f82a23f3f3f |
EUC-JP | ??い??? | 00111111001111111010010010100100001111110011111100111111 | 3f3fa4a43f3f3f |
UTF-8 | 筽뚩い隸덂떴 | 111001111010110110111101111010111001101010101001111000111000000110000100111011111010011010111000111010111000110110000010111010111001011010110100 | e7adbdeb9aa9e38184efa6b8eb8d82eb96b4 |
UHC | 筽뚩い隸덂떴 | 111010001010010010001100111010001010101010100100111001111110011010001000111001011011011010111001 | e8a48ce8aaa4e7e688e5b6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)