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 | ?睦?? | 0011111110010110011100100011111100111111 | 3f96723f3f |
EUC-JP | ?睦瑀? | 00111111110010111101001110001111110011001011011100111111 | 3fcbd38fccb73f |
UTF-8 | 뤗睦瑀퇲 | 111010111010010010010111111001111001110110100110111001111001000110000000111011011000011110110010 | eba497e79da6e79180ed87b2 |
UHC | 뤗睦瑀퇲 | 1000111111000111110110011100111011101001110111001011100001101000 | 8fc7d9cee9dcb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)