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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ淌渡テ淌渡B | 1100001110011111110000111001001101101110110000111001111111000011100100110110111001000010 | c39fc3936ec39fc3936e42 |
EUC-JP | テ淌渡テ淌渡B | 10001110110000111101111011000101110001011100111110001110110000111101111011000101110001011100111101000010 | 8ec3dec5c5cf8ec3dec5c5cf42 |
UTF-8 | テ淌渡テ淌渡B | 11101111101111101000001111100110101101111000110011100110101110001010000111101111101111101000001111100110101101111000110011100110101110001010000101000010 | efbe83e6b78ce6b8a1efbe83e6b78ce6b8a142 |
UHC | ??渡??渡B | 001111110011111111010100101001000011111100111111110101001010010001000010 | 3f3fd4a43f3fd4a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)