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 | 蘊??縊e? | 111001010101110100111111001111111110001101101111100000101000010100111111 | e55d3f3fe36f82853f |
EUC-JP | 蘊??縊e? | 111010011011111000111111001111111110010111010000101000111110010100111111 | e9be3f3fe5d0a3e53f |
UTF-8 | 蘊딅젨縊e뀬 | 111010001001100010001010111010111001010010000101111011001010000010101000111001111011100010001010111011111011110110000101111010111000000010101100 | e8988aeb9485eca0a8e7b88aefbd85eb80ac |
UHC | 蘊딅젨縊e뀬 | 111010001011001110001010111010111010000010100000111001001111110010100011111001011000010110100010 | e8b38aeba0a0e4fca3e585a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)