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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 北垠髻 | 100101100110101110011010101101011110100110011111 | 966b9ab5e99f |
EUC-JP | 北垠髻 | 110010111100110011010100101101111111001010100001 | cbccd4b7f2a1 |
UTF-8 | 北垠髻 | 111001011000110010010111111001011001111010100000111010011010101110111011 | e58c97e59ea0e9abbb |
UHC | 北垠? | 1101110111000001111010111101100100111111 | ddc1ebd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)