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 | 﨨室瀨ヤ霾ャ | 11111011110110101000111010111010111110110101000011010100111010001100100010101100 | fbda8ebafb50d4e8c8ac |
EUC-JP | ?室?ヤ霾ャ | 00111111101111001011110000111111100011101101010011110000110010101000111010101100 | 3fbcbc3f8ed4f0ca8eac |
UTF-8 | 﨨室瀨ヤ霾ャ | 111011111010100010101000111001011010111010100100111001111000000010101000111011111011111010010100111010011001110010111110111011111011110110101100 | efa8a8e5aea4e780a8efbe94e99cbeefbdac |
UHC | ?室瀨??? | 0011111111100011111110001101011011101110001111110011111100111111 | 3fe3f8d6ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)