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 | ?у?炎 | 001111111000010010000101001111111000100110001010 | 3f84853f898a |
EUC-JP | ?у?炎 | 001111111010011111100101001111111011000111101010 | 3fa7e53fb1ea |
UTF-8 | 驪у벟炎 | 1110111110100110100001111101000110000011111010111011001010011111111001111000001010001110 | efa687d183ebb29fe7828e |
UHC | 驪у벟炎 | 1110011010101111101011001110010110010011101110101110011011111010 | e6aface593bae6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)