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 | 源耕??霽? | 100011001011100110001101011010110011111100111111111010001100011100111111 | 8cb98d6b3f3fe8c73f |
EUC-JP | 源耕??霽? | 101110001011101110111001110011000011111100111111111100001100100100111111 | b8bbb9cc3f3ff0c93f |
UTF-8 | 源耕렓렜霽렢 | 111001101011101010010000111010001000000010010101111010111010000010010011111010111010000010011100111010011001110010111101111010111010000010100010 | e6ba90e88095eba093eba09ce99cbdeba0a2 |
UHC | 源耕렓렜霽렢 | 111010101011100111001100111010011000111010101000100011101010111011110000101110001000111010110011 | eab9cce98ea88eaef0b88eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)