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 | 錺遂:謠 | 1110100001000100100100001000101110000001010001101110011010001111 | e844908b8146e68f |
EUC-JP | 錺遂:謠 | 1110111110100101101111111110101110100001101001111110101111101111 | efa5bfeba1a7ebef |
UTF-8 | 錺遂:謠 | 111010011000110010111010111010011000000110000010111011111011110010011010111010001010110010100000 | e98cbae98182efbc9ae8aca0 |
UHC | ?遂:謠 | 00111111111000101100010010100011101110101110100110101010 | 3fe2c4a3bae9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)