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 | 霽?泣?? | 11101000110001110011111110001011100000110011111100111111 | e8c73f8b833f3f |
EUC-JP | 霽?泣?? | 11110000110010010011111110110101111000110011111100111111 | f0c93fb5e33f3f |
UTF-8 | 霽렭泣닿렧 | 111010011001110010111101111010111010000010101101111001101011001110100011111010111000101110111111111010111010000010100111 | e99cbdeba0ade6b3a3eb8bbfeba0a7 |
UHC | 霽렭泣닿렧 | 11110000101110001000111010111010111010111110100010110100111010101000111010110110 | f0b88ebaebe8b4ea8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)