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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???績? | 001111110011111100111111100100001101000100111111 | 3f3f3f90d13f |
EUC-JP | ???績? | 001111110011111100111111110000001101001100111111 | 3f3f3fc0d33f |
UTF-8 | 야롁롌績렫 | 111011001001010110111100111010111010000110000001111010111010000110001100111001111011100010111110111010111010000010101011 | ec95bceba181eba18ce7b8beeba0ab |
UHC | 야롁롌績렫 | 10111110110111111000111011001000100011101101001011101110111000001000111010111001 | bedf8ec88ed2eee08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)