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 | 菴呱スー崧、 | 111001001011110110011001111010111011110110110000111110101010111110100100 | e4bd99ebbdb0faafa4 |
EUC-JP | 菴呱スー崧、 | 11101000101111111101001011101101100011101011110110001110101100001000111110111011110010101000111010100100 | e8bfd2ed8ebd8eb08fbbca8ea4 |
UTF-8 | 菴呱スー崧、 | 111010001000111110110100111001011001000110110001111011111011110110111101111011111011110110110000111001011011010010100111111011111011110110100100 | e88fb4e591b1efbdbdefbdb0e5b4a7efbda4 |
UHC | 菴呱??崧? | 111001001110000011001101101100100011111100111111111000101111111000111111 | e4e0cdb23f3fe2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)