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 | ?摸制?喪郞 | 00111111100101101100110010010000101001110011111110010001011100101111101110110110 | 3f96cc90a73f9172fbb6 |
EUC-JP | ?摸制?喪? | 001111111100110011001110110000001010100100111111110000011101001100111111 | 3fcccec0a93fc1d33f |
UTF-8 | 뤲摸制컦喪郞 | 111010111010010010110010111001101001000110111000111001011000100010110110111011001011101110100110111001011001011010101010111010011000001110011110 | eba4b2e691b8e588b6ecbba6e596aae9839e |
UHC | 뤲摸制컦喪郞 | 100011111110000011011001101110001111000010100100101100001000111111011111110000111101010111001101 | 8fe0d9b8f0a4b08fdfc3d5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)