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 | 渦??逸?? | 1000100101010001001111110011111110001000111011010011111100111111 | 89513f3f88ed3f3f |
EUC-JP | 渦??逸?? | 1011000110110010001111110011111110110000111011110011111100111111 | b1b23f3fb0ef3f3f |
UTF-8 | 渦깃퍜逸븀독 | 111001101011100010100110111010101011100110000011111011011000110110011100111010011000000010111000111010111011100010000000111010111000111110000101 | e6b8a6eab983ed8d9ce980b8ebb880eb8f85 |
UHC | 渦깃퍜逸븀독 | 111010001011111010110001111010101011101110010011111011001110111110111010111001111011010110110110 | e8beb1eabb93ecefbae7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)