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 | ??や??? | 00111111001111111000001011100010001111110011111100111111 | 3f3f82e23f3f3f |
EUC-JP | ??や??? | 00111111001111111010010011100100001111110011111100111111 | 3f3fa4e43f3f3f |
UTF-8 | 룶쥚や룶쥚㈐ | 111010111010001110110110111011001010010110011010111000111000001010000100111010111010001110110110111011001010010110011010111000111000100010010000 | eba3b6eca59ae38284eba3b6eca59ae38890 |
UHC | 룶쥚や룶쥚㈐ | 100011111010101110100010100011111010101011100100100011111010101110100010100011111010100111000001 | 8faba28faae48faba28fa9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)