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 | 厭??辱f? | 100010010111110100111111001111111001000001001010100000101000011000111111 | 897d3f3f904a82863f |
EUC-JP | 厭??辱f? | 101100011101111000111111001111111011111110101011101000111110011000111111 | b1de3f3fbfaba3e63f |
UTF-8 | 厭뉐툔辱f봄 | 111001011000111010101101111010111000100110010000111011011000100010010100111010001011111010110001111011111011110110000110111010111011010010000100 | e58eadeb8990ed8894e8beb1efbd86ebb484 |
UHC | 厭뉐툔辱f봄 | 111001101111010010000111111001011011100010001011111010011011010010100011111001101011101010111101 | e6f487e5b88be9b4a3e6babd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)