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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??談轍琳 | 0011111100111111100100100110101110010011010100011001011111010100 | 3f3f926b935197d4 |
EUC-JP | ?寗談轍琳 | 00111111100011111011101011100000110000111100110011000101101100101100111011010110 | 3f8fbae0c3ccc5b2ced6 |
UTF-8 | 뤜寗談轍琳 | 111010111010010010011100111001011010111110010111111010001010101110000111111010001011110110001101111001111001000010110011 | eba49ce5af97e8ab87e8bd8de790b3 |
UHC | 뤜寗談轍琳 | 10001111110010111101001010111100110100111100100011110100110100001101011111111011 | 8fcbd2bcd3c8f4d0d7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)