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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 軏鯉セ | 1111101110110010100011001110111110111110 | fbb28cefbe |
EUC-JP | 軏鯉セ | 10001111111000001101100110111000111100011000111010111110 | 8fe0d9b8f18ebe |
UTF-8 | 軏鯉セ | 111010001011101110001111111010011010111110001001111011111011110110111110 | e8bb8fe9af89efbdbe |
UHC | ?鯉? | 00111111110101111110111100111111 | 3fd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)