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 | 錚橋?? | 111010000100001010001011101101000011111100111111 | e8428bb43f3f |
EUC-JP | 錚橋?? | 111011111010001110110110101101100011111100111111 | efa3b6b63f3f |
UTF-8 | 錚橋걋뤗 | 111010011000110010011010111001101010100110001011111010101011000110001011111010111010010010010111 | e98c9ae6a98beab18beba497 |
UHC | 錚橋걋뤗 | 1110111010110110110011101110100110110000110000001000111111000111 | eeb6cee9b0c08fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)