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 | ?х?汝 | 001111111000010010000111001111111001001111110000 | 3f84873f93f0 |
EUC-JP | ?х?汝 | 001111111010011111100111001111111100011011110010 | 3fa7e73fc6f2 |
UTF-8 | 料х걀汝 | 1110111110100110101111101101000110000101111010101011000110000000111001101011000110011101 | efa6bed185eab180e6b19d |
UHC | 料х걀汝 | 1110100011110111101011001110011110110000101111111110011010100011 | e8f7ace7b0bfe6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)