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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 小屑z小屑zB | 1000111110101100100010111111101101111010100011111010110010001011111110110111101001000010 | 8fac8bfb7a8fac8bfb7a42 |
EUC-JP | 小屑z小屑zB | 1011111010101110101101101111110101111010101111101010111010110110111111010111101001000010 | beaeb6fd7abeaeb6fd7a42 |
UTF-8 | 小屑z小屑zB | 111001011011000010001111111001011011000110010001011110101110010110110000100011111110010110110001100100010111101001000010 | e5b08fe5b1917ae5b08fe5b1917a42 |
UHC | 小屑z小屑zB | 1110000110110011111000001101101001111010111000011011001111100000110110100111101001000010 | e1b3e0da7ae1b3e0da7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)