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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | フルレルレ | 110011001101100111011010111110011100110011011001110110101111100101000010 | ccd9daf9ccd9daf942 |
EUC-JP | フルレ?ルレ? | 100011101100110010001110110110011000111011011010001111111000111011011001100011101101101000111111 | 8ecc8ed98eda3f8ed98eda3f |
UTF-8 | フルレルレ | 111011111011111010001100111011111011111010011001111011111011111010011010111011101001110010100111111011111011111010011001111011111011111010011010111011101001101010011110 | efbe8cefbe99efbe9aee9ca7efbe99efbe9aee9a9e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)