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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錚橋? | 1110100001000010100010111011010000111111 | e8428bb43f |
EUC-JP | 錚橋? | 1110111110100011101101101011011000111111 | efa3b6b63f |
UTF-8 | 錚橋쥑 | 111010011000110010011010111001101010100110001011111011001010010110010001 | e98c9ae6a98beca591 |
UHC | 錚橋쥑 | 111011101011011011001110111010011100000111100100 | eeb6cee9c1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)