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 | 省鍄クミ | 100011111100100011100111111110111011100011010000 | 8fc8e7fbb8d0 |
EUC-JP | 省鍄クミ | 1011111011001010111011101111110110001110101110001000111011010000 | becaeefd8eb88ed0 |
UTF-8 | 省鍄クミ | 111001111001110010000001111010011000110110000100111011111011110110111000111011111011111010010000 | e79c81e98d84efbdb8efbe90 |
UHC | 省??? | 1110000011111101001111110011111100111111 | e0fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)