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 | 疾釥ツ菠セ | 11110000101110001000111010111110111110111100000011000010111001001100100010111110 | f0b88ebefbc0c2e4c8be |
EUC-JP | ?疾釥ツ菠セ | 001111111011110011000000100011111110001110101011100011101100001011101000110010101000111010111110 | 3fbcc08fe3ab8ec2e8ca8ebe |
UTF-8 | 疾釥ツ菠セ | 111011101000000110110111111001111001011010111110111010011000011110100101111011111011111010000010111010001000111110100000111011111011110110111110 | ee81b7e796bee987a5efbe82e88fa0efbdbe |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)