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 | 訒倬ケソ鮓ッ | 111110111010001110011000111010011011100110111111111010011011011010101111 | fba398e9b9bfe9b6af |
EUC-JP | 訒倬ケソ鮓ッ | 10001111110111011100100011010000111010111000111010111001100011101011111111110010101110001000111010101111 | 8fddc8d0eb8eb98ebff2b88eaf |
UTF-8 | 訒倬ケソ鮓ッ | 111010001010100010010010111001011000000010101100111011111011110110111001111011111011110110111111111010011010111010010011111011111011110110101111 | e8a892e580acefbdb9efbdbfe9ae93efbdaf |
UHC | ?倬???? | 00111111111101101111000000111111001111110011111100111111 | 3ff6f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)