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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鈊ヘイ] | 1111101111000011110011011011001001011101 | fbc3cdb25d |
EUC-JP | 鈊ヘイ] | 1000111111100011101111111000111011001101100011101011001001011101 | 8fe3bf8ecd8eb25d |
UTF-8 | 鈊ヘイ] | 11101001100010001000101011101111101111101000110111101111101111011011001001011101 | e9888aefbe8defbdb25d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)