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 | 窪?賈??傲 | 100011000100010100111111111001101100100100111111001111111001100011111100 | 8c453fe6c93f3f98fc |
EUC-JP | 窪?賈?瘙傲 | 1011011110100110001111111110110011001011001111111000111111001101111100001101000011111110 | b7a63feccb3f8fcdf0d0fe |
UTF-8 | 窪찌賈뤊瘙傲 | 111001111010101010101010111011001011000010001100111010001011001110001000111010111010010010001010111001111001100010011001111001011000001010110010 | e7aaaaecb08ce8b388eba48ae79899e582b2 |
UHC | 窪찌賈뤊瘙傲 | 111010001100000111000010111011101100101010111001100011111011101011100001110001001110011111101100 | e8c1c2eecab98fbae1c4e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)