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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譚醍洒蜊 | 1110011010011101100100011110011110011111101011011110010110001101 | e69d91e79fade58d |
EUC-JP | 譚醍洒蜊 | 1110101111111101110000101110100111011110101011111110100111101101 | ebfdc2e9deafe9ed |
UTF-8 | 譚醍洒蜊 | 111010001010110110011010111010011000011010001101111001101011010010010010111010001001110010001010 | e8ad9ae9868de6b492e89c8a |
UHC | 譚醍?? | 110100111100100111110000101101010011111100111111 | d3c9f0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)