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 | 皓?す? | 111000011010100100111111100000101011011100111111 | e1a93f82b73f |
EUC-JP | 皓?す? | 111000101010101100111111101001001011100100111111 | e2ab3fa4b93f |
UTF-8 | 皓ㆊす렟 | 111001111001101010010011111000111000011010001010111000111000000110011001111010111010000010011111 | e79a93e3868ae38199eba09f |
UHC | 皓ㆊす렟 | 1111101111010011101001001111101010101010101110011000111010110000 | fbd3a4faaab98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)