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 | 訒、髮ォ遉セ | 111110111010001110100100111010011001101110101011111001111010010010111110 | fba3a4e99babe7a4be |
EUC-JP | 訒、髮ォ遉セ | 10001111110111011100100010001110101001001111000111111011100011101010101111101110101001101000111010111110 | 8fddc88ea4f1fb8eabeea68ebe |
UTF-8 | 訒、髮ォ遉セ | 111010001010100010010010111011111011110110100100111010011010101110101110111011111011110110101011111010011000000110001001111011111011110110111110 | e8a892efbda4e9abaeefbdabe98189efbdbe |
UHC | ??髮??? | 00111111001111111101101110100101001111110011111100111111 | 3f3fdba53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)