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 | 渦????? | 10001001010100010011111100111111001111110011111100111111 | 89513f3f3f3f3f |
EUC-JP | 渦????? | 10110001101100100011111100111111001111110011111100111111 | b1b23f3f3f3f3f |
UTF-8 | 渦경래呂묈뜏 | 111001101011100010100110111010101011001010111101111010111001111010011000111011111010011010000000111010111010110010001000111010111001110010001111 | e6b8a6eab2bdeb9e98efa680ebac88eb9c8f |
UHC | 渦경래呂묈뜏 | 111010001011111010110000111001101011011110100001111001011111101110010001111001011000110110010010 | e8beb0e6b7a1e5fb91e58d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)