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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予??誼?? | 1001011101011100001111110011111110001011011000100011111100111111 | 975c3f3f8b623f3f |
EUC-JP | 予??誼?? | 1100110110111101001111110011111110110101110000110011111100111111 | cdbd3f3fb5c33f3f |
UTF-8 | 予롢룗誼됵쫶 | 111001001011101010001000111010111010000110100010111010111010001110010111111010001010101010111100111010111001000010110101111011001010101110110110 | e4ba88eba1a2eba397e8aabceb90b5ecabb6 |
UHC | 予롢룗誼됵쫶 | 111001011111100010001110111000111000111110010011111010111111111010001001111011111010011010001101 | e5f88ee38f93ebfe89efa68d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)