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 | 湿紗湿式セ | 100011101011110010001110110100011000111010111100100011101010111010111110 | 8ebc8ed18ebc8eaebe |
EUC-JP | 湿紗湿式セ | 10111100101111101011110011010011101111001011111010111100101100001000111010111110 | bcbebcd3bcbebcb08ebe |
UTF-8 | 湿紗湿式セ | 111001101011100110111111111001111011010010010111111001101011100110111111111001011011110010001111111011111011110110111110 | e6b9bfe7b497e6b9bfe5bc8fefbdbe |
UHC | ?紗?式? | 00111111110111101110100100111111111000111101001000111111 | 3fdee93fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)