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 | 腋???→? | 1110001111111100001111110011111100111111100000011010100000111111 | e3fc3f3f3f81a83f |
EUC-JP | 腋???→? | 1110011011111110001111110011111100111111101000101010101000111111 | e6fe3f3f3fa2aa3f |
UTF-8 | 腋뉗럥溜→묾 | 111010001000010110001011111010111000100110010111111010111001111110100101111011111010011110001011111000101000011010010010111010111010110010111110 | e8858beb8997eb9fa5efa78be28692ebacbe |
UHC | 腋뉗럥溜→묾 | 111001001111110110000111111011001000111010001000111010101111111010100001111001101011100110110010 | e4fd87ec8e88eafea1e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)