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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甕???穩 | 11100001010100000011111100111111001111111110001001110010 | e1503f3f3fe272 |
EUC-JP | 甕???穩 | 11100001101100010011111100111111001111111110001111010011 | e1b13f3f3fe3d3 |
UTF-8 | 甕앇딃츓穩 | 111001111001010010010101111011001001010110000111111010111001010010000011111011001011100010010011111001111010100110101001 | e79495ec9587eb9483ecb893e7a9a9 |
UHC | 甕앇딃츓穩 | 11101000101110001001110111010001100010101110100110101110100011101110100010110001 | e8b89dd18ae9ae8ee8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)