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 | 錥ワ鈊尞コ | 1111101111010111110111001111101111000011111110101010101110111010 | fbd7dcfbc3faabba |
EUC-JP | 錥ワ鈊尞コ | 10001111111001001110000010001110110111001000111111100011101111111000111110111010111010111000111010111010 | 8fe4e08edc8fe3bf8fbaeb8eba |
UTF-8 | 錥ワ鈊尞コ | 111010011000110010100101111011111011111010011100111010011000100010001010111001011011000010011110111011111011110110111010 | e98ca5efbe9ce9888ae5b09eefbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)