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 | ?朞???羈 | 0011111110011110010011010011111100111111001111111110001110110001 | 3f9e4d3f3f3fe3b1 |
EUC-JP | ?朞?ʼn?羈 | 00111111110110111010111000111111100011111010100111001010001111111110011010110011 | 3fdbae3f8fa9ca3fe6b3 |
UTF-8 | 룶朞캀ʼn룵羈 | 1110101110100011101101101110011010011100100111101110110010111010100000001100010110001001111010111010001110110101111001111011111010001000 | eba3b6e69c9eecba80c589eba3b5e7be88 |
UHC | 룶朞캀ʼn룵羈 | 100011111010101111010001101000011010111110001111101010011011000010001111101010101101000110111100 | 8fabd1a1af8fa9b08faad1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)