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 | レロユ獺ロユ | 11011010110110111101010111100000110110101101101111010101 | dadbd5e0dadbd5 |
EUC-JP | レロユ獺ロユ | 100011101101101010001110110110111000111011010101111000001101110010001110110110111000111011010101 | 8eda8edb8ed5e0dc8edb8ed5 |
UTF-8 | レロユ獺ロユ | 111011111011111010011010111011111011111010011011111011111011111010010101111001111000110110111010111011111011111010011011111011111011111010010101 | efbe9aefbe9befbe95e78dbaefbe9befbe95 |
UHC | ???獺?? | 00111111001111110011111111010011101101110011111100111111 | 3f3f3fd3b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)