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 | ???爾ヨ? | 0011111100111111001111111000111010100010100000111000100000111111 | 3f3f3f8ea283883f |
EUC-JP | ???爾ヨ? | 0011111100111111001111111011110010100100101001011110100000111111 | 3f3f3fbca4a5e83f |
UTF-8 | 銳얄뫀爾ヨ눧 | 111010011000101010110011111011001001011010000100111010111010101110000000111001111000100010111110111000111000001110101000111010111000100010100111 | e98ab3ec9684ebab80e788bee383a8eb88a7 |
UHC | 銳얄뫀爾ヨ눧 | 111001111110010110111110111000101001000110100100111011001011001110101011111010001000011110111110 | e7e5bee291a4ecb3abe887be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)