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 | 錥ワ鈊尞サハ | 111110111101011111011100111110111100001111111010101010111011101111001010 | fbd7dcfbc3faabbbca |
EUC-JP | 錥ワ鈊尞サハ | 100011111110010011100000100011101101110010001111111000111011111110001111101110101110101110001110101110111000111011001010 | 8fe4e08edc8fe3bf8fbaeb8ebb8eca |
UTF-8 | 錥ワ鈊尞サハ | 111010011000110010100101111011111011111010011100111010011000100010001010111001011011000010011110111011111011110110111011111011111011111010001010 | e98ca5efbe9ce9888ae5b09eefbdbbefbe8a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)