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 | ?も?唯 | 001111111000001011100000001111111001011101000010 | 3f82e03f9742 |
EUC-JP | ?も?唯 | 001111111010010011100010001111111100110110100011 | 3fa4e23fcda3 |
UTF-8 | 隸も뫔唯 | 111011111010011010111000111000111000001010000010111010111010101110010100111001011001010010101111 | efa6b8e38282ebab94e594af |
UHC | 隸も뫔唯 | 1110011111100110101010101110001010010001101101101110101011100110 | e7e6aae291b6eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)