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 | NG±¥ | 1001001001001110100100100100011110010001101100011001000110100101 | 924e924791b191a5 |
SJIS-WIN | ?N?G?±?¥ | 00111111010011100011111101000111001111111000000101111101001111111000000110001111 | 3f4e3f473f817d3f818f |
EUC-JP | ?N?G?±?? | 001111110100111000111111010001110011111110100001110111100011111100111111 | 3f4e3f473fa1de3f3f |
UTF-8 | NG±¥ | 1100001010010010010011101100001010010010010001111100001010010001110000101011000111000010100100011100001010100101 | c2924ec29247c291c2b1c291c2a5 |
UHC | ?N?G?±?? | 001111110100111000111111010001110011111110100001101111100011111100111111 | 3f4e3f473fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)