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 | 渦????ぐ | 1000100101010001001111110011111100111111001111111000001010101110 | 89513f3f3f3f82ae |
EUC-JP | 渦????ぐ | 1011000110110010001111110011111100111111001111111010010010110000 | b1b23f3f3f3fa4b0 |
UTF-8 | 渦욜텥呂잒ぐ | 111001101011100010100110111011001001101010011100111011011000010110100101111011111010011010000000111011001001111010010010111000111000000110010000 | e6b8a6ec9a9ced85a5efa680ec9e92e38190 |
UHC | 渦욜텥呂잒ぐ | 111010001011111010111111111001111011011010011010111001011111101110011111111010001010101010110000 | e8bebfe7b69ae5fb9fe8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)