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 | 鼎?げ? | 100100110100001100111111100000101011000000111111 | 93433f82b03f |
EUC-JP | 鼎?げ? | 110001011010010000111111101001001011001000111111 | c5a43fa4b23f |
UTF-8 | 鼎빚げ렏 | 111010011011110010001110111010111011100110011010111000111000000110010010111010111010000010001111 | e9bc8eebb99ae38192eba08f |
UHC | 鼎빚げ렏 | 1111000010100011101110101111101010101010101100101000111010100101 | f0a3bafaaab28ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)