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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沚?除?? | 10011111100011010011111110001111100111000011111100111111 | 9f8d3f8f9c3f3f |
EUC-JP | 沚?除?? | 11011101111011010011111110111101111111000011111100111111 | dded3fbdfc3f3f |
UTF-8 | 沚렢除닿렱 | 111001101011001010011010111010111010000010100010111010011001100110100100111010111000101110111111111010111010000010110001 | e6b29aeba0a2e999a4eb8bbfeba0b1 |
UHC | 沚렢除닿렱 | 11110010101011111000111010110011111100001011011010110100111010101000111010111110 | f2af8eb3f0b6b4ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)