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 | 吾??逆?┐ | 100011001110000100111111001111111000101101110100001111111000010010100010 | 8ce13f3f8b743f84a2 |
EUC-JP | 吾??逆?┐ | 101110001110001100111111001111111011010111010101001111111010100010100100 | b8e33f3fb5d53fa8a4 |
UTF-8 | 吾볠솲逆ㅵ┐ | 111001011001000010111110111010111011001110100000111011001000011010110010111010011000000010000110111000111000010110110101111000101001010010010000 | e590beebb3a0ec86b2e98086e385b5e29490 |
UHC | 吾볠솲逆ㅵ┐ | 111001111110111010010011111001101001100110100111111001101011110110100100111001011010011010100100 | e7ee93e699a7e6bda4e5a6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)