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 | 碍??汝 | 100010100101011000111111001111111001001111110000 | 8a563f3f93f0 |
EUC-JP | 碍??汝 | 101100111011011100111111001111111100011011110010 | b3b73f3fc6f2 |
UTF-8 | 碍ⓩ눟汝 | 111001111010001010001101111000101001001110101001111010111000100010011111111001101011000110011101 | e7a28de293a9eb889fe6b19d |
UHC | 碍ⓩ눟汝 | 1110010011110100101010001110011010000111101101111110011010100011 | e4f4a8e687b7e6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)