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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 楊?楊?B | 10010111011010110011111110010111011010110011111101000010 | 976b3f976b3f42 |
EUC-JP | 楊鉥楊鉥B | 1100110111001100100011111110001111101000110011011100110010001111111000111110100001000010 | cdcc8fe3e8cdcc8fe3e842 |
UTF-8 | 楊鉥楊鉥B | 11100110101001011000101011101001100010011010010111100110101001011000101011101001100010011010010101000010 | e6a58ae989a5e6a58ae989a542 |
UHC | 楊鉥楊鉥B | 111001011100010111100010111111001110010111000101111000101111110001000010 | e5c5e2fce5c5e2fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)