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 | NBAä· | 1001001001001110100100100100001010010011010000011110010010110111 | 924e92429341e4b7 |
SJIS-WIN | ?N?B?A?? | 0011111101001110001111110100001000111111010000010011111100111111 | 3f4e3f423f413f3f |
EUC-JP | ?N?B?Aä? | 00111111010011100011111101000010001111110100000110001111101010111010001100111111 | 3f4e3f423f418faba33f |
UTF-8 | NBAä· | 11000010100100100100111011000010100100100100001011000010100100110100000111000011101001001100001010110111 | c2924ec29242c29341c3a4c2b7 |
UHC | ?N?B?A?· | 001111110100111000111111010000100011111101000001001111111010000110100100 | 3f4e3f423f413fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)