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 | 燿②?訝?? | 111000001010000010000111010000010011111111100110011000100011111100111111 | e0a087413fe6623f3f |
EUC-JP | 燿??訝?? | 1110000010100010001111110011111111101011110000110011111100111111 | e0a23f3febc33f3f |
UTF-8 | 燿②룴訝뉒ㄶ | 111001111000011110111111111000101001000110100001111010111010001110110100111010001010100010011101111010111000100110010010111000111000010010110110 | e787bfe291a1eba3b4e8a89deb8992e384b6 |
UHC | 燿②룴訝뉒ㄶ | 111010001111110010101000111010001000111110101001111001001011100010000111111001111010010010100110 | e8fca8e88fa9e4b887e7a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)