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 | 泥쵼淋μ콐淋 | 1110111110100111101000111110110010110101101111001110111110100111101101011100111010111100111011001011110110010000111011111010011110110101 | efa7a3ecb5bcefa7b5cebcecbd90efa7b5 |
UHC | 泥쵼淋μ콐淋 | 111011001011001010101101010101101110110011111000101001011110110010110001100011001110110011111000 | ecb2ad56ecf8a5ecb18cecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)