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 | 1000100110011101111001101110111101111010100010011001110111100110111011110111101001000010 | 899de6ef7a899de6ef7a42 |
EUC-JP | 往跣z往跣zB | 1011000111111101111011001111000101111010101100011111110111101100111100010111101001000010 | b1fdecf17ab1fdecf17a42 |
UTF-8 | 往跣z往跣zB | 111001011011111010000000111010001011011110100011011110101110010110111110100000001110100010110111101000110111101001000010 | e5be80e8b7a37ae5be80e8b7a37a42 |
UHC | 往跣z往跣zB | 1110100011011001111000001101001101111010111010001101100111100000110100110111101001000010 | e8d9e0d37ae8d9e0d37a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)