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 | ???μ?? | 00111111001111110011111110000011110010100011111100111111 | 3f3f3f83ca3f3f |
EUC-JP | ???μ?? | 00111111001111110011111110100110110011000011111100111111 | 3f3f3fa6cc3f3f |
UTF-8 | 泥퀺淋μ콝吏 | 1110111110100111101000111110110110000000101110101110111110100111101101011100111010111100111011001011110110011101111011111010011110011110 | efa7a3ed80baefa7b5cebcecbd9defa79e |
UHC | 泥퀺淋μ콝吏 | 111011001011001010110100010010101110110011111000101001011110110010110001100101011110110010100111 | ecb2b44aecf8a5ecb195eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)