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 | ?ョ??ゆ? | 0011111110000011100001110011111100111111100000101110010000111111 | 3f83873f3f82e43f |
EUC-JP | 焰ョ??ゆ? | 10001111110010011110111110100101111001110011111100111111101001001110011000111111 | 8fc9efa5e73f3fa4e63f |
UTF-8 | 焰ョ츘捻ゆ돖 | 111001111000010010110000111000111000001110100111111011001011100010011000111011111010011010100100111000111000001010000110111010111000111110010110 | e784b0e383a7ecb898efa6a4e38286eb8f96 |
UHC | 焰ョ츘捻ゆ돖 | 111001101111101110101011111001111010111010010010111001101111011110101010111001101000100110100000 | e6fbabe7ae92e6f7aae689a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)