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 | ??談轍琳? | 001111110011111110010010011010111001001101010001100101111101010000111111 | 3f3f926b935197d43f |
EUC-JP | ?寗談轍琳? | 0011111110001111101110101110000011000011110011001100010110110010110011101101011000111111 | 3f8fbae0c3ccc5b2ced63f |
UTF-8 | 뤜寗談轍琳붓 | 111010111010010010011100111001011010111110010111111010001010101110000111111010001011110110001101111001111001000010110011111010111011011010010011 | eba49ce5af97e8ab87e8bd8de790b3ebb693 |
UHC | 뤜寗談轍琳붓 | 100011111100101111010010101111001101001111001000111101001101000011010111111110111011101011010111 | 8fcbd2bcd3c8f4d0d7fbbad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)