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 | メョネナ床 | 1101001011110010101101001010111011001000110001011000111110110000 | d2f2b4aec8c58fb0 |
EUC-JP | メ?ョネナ床 | 1000111011010010001111111000111010101110100011101100100010001110110001011011111010110010 | 8ed23f8eae8ec88ec5beb2 |
UTF-8 | メョネナ床 | 111011111011111010010010111011101000011110101011111011111011110110101110111011111011111010001000111011111011111010000101111001011011101010001010 | efbe92ee87abefbdaeefbe88efbe85e5ba8a |
UHC | ?????床 | 00111111001111110011111100111111001111111101111111001001 | 3f3f3f3f3fdfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)