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 | レスクム | 1111000010111010110110101111000110001110101111011011100011010001 | f0badaf18ebdb8d1 |
EUC-JP | ?レ?スクム | 00111111100011101101101000111111100011101011110110001110101110001000111011010001 | 3f8eda3f8ebd8eb88ed1 |
UTF-8 | レスクム | 111011101000000110111001111011111011111010011010111011101000010010001001111011111011110110111101111011111011110110111000111011111011111010010001 | ee81b9efbe9aee8489efbdbdefbdb8efbe91 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)