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 | 荻弄? | 1000100110101100100110000100110100111111 | 89ac984d3f |
EUC-JP | 荻弄? | 1011001010101110110011111010111000111111 | b2aecfae3f |
UTF-8 | 荻弄렠 | 111010001000110110111011111001011011110010000100111010111010000010100000 | e88dbbe5bc84eba0a0 |
UHC | 荻弄렠 | 111011101110001011010110111001111000111010110001 | eee2d6e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)