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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簟蒔射 | 1110001011010000100011101010101011110010111010001000111011001011 | e2d08eaaf2e88ecb |
EUC-JP | 簟蒔?射 | 11100100110100101011110010101100001111111011110011001101 | e4d2bcac3fbccd |
UTF-8 | 簟蒔射 | 111001111011000010011111111010001001001010010100111011101000100010011111111001011011000010000100 | e7b09fe89294ee889fe5b084 |
UHC | ?蒔?射 | 001111111110001111001000001111111101111011010010 | 3fe3c83fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)