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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈐室遙執 | 1111101111000010100011101011101011101010101000011000111010110111 | fbc28ebaeaa18eb7 |
EUC-JP | 鈐室遙執 | 100011111110001111000001101111001011110011110100101000111011110010111001 | 8fe3c1bcbcf4a3bcb9 |
UTF-8 | 鈐室遙執 | 111010011000100010010000111001011010111010100100111010011000000110011001111001011001111110110111 | e98890e5aea4e98199e59fb7 |
UHC | 鈐室遙執 | 1100110010100010111000111111100011101001101010111111001011111011 | cca2e3f8e9abf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)