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 | BYN¦ | 1001001001000010100100100101100110010010010011101001000110100110 | 92429259924e91a6 |
SJIS-WIN | ?B?Y?N?? | 0011111101000010001111110101100100111111010011100011111100111111 | 3f423f593f4e3f3f |
EUC-JP | ?B?Y?N?¦ | 00111111010000100011111101011001001111110100111000111111100011111010001011000011 | 3f423f593f4e3f8fa2c3 |
UTF-8 | BYN¦ | 11000010100100100100001011000010100100100101100111000010100100100100111011000010100100011100001010100110 | c29242c29259c2924ec291c2a6 |
UHC | ?B?Y?N?? | 0011111101000010001111110101100100111111010011100011111100111111 | 3f423f593f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)