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 | °BY°BbE | 1001111110110000100101110100001001011001100111111011000010010111010000100110001001000101 | 9fb09742599fb097426245 |
SJIS-WIN | ?°?BY?°?BbE | 00111111100000011000101100111111010000100101100100111111100000011000101100111111010000100110001001000101 | 3f818b3f42593f818b3f426245 |
EUC-JP | ?°?BY?°?BbE | 00111111101000011110101100111111010000100101100100111111101000011110101100111111010000100110001001000101 | 3fa1eb3f42593fa1eb3f426245 |
UTF-8 | °BY°BbE | 1100001010011111110000101011000011000010100101110100001001011001110000101001111111000010101100001100001010010111010000100110001001000101 | c29fc2b0c2974259c29fc2b0c297426245 |
UHC | ?°?BY?°?BbE | 00111111101000011100011000111111010000100101100100111111101000011100011000111111010000100110001001000101 | 3fa1c63f42593fa1c63f426245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)