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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???氓? | 001111110011111100111111100111111000001000111111 | 3f3f3f9f823f |
EUC-JP | ???氓? | 001111110011111100111111110111011110001000111111 | 3f3f3fdde23f |
UTF-8 | 梨펠렚氓렰 | 111011111010011110100010111011011000111010100000111010111010000010011010111001101011000010010011111010111010000010110000 | efa7a2ed8ea0eba09ae6b093eba0b0 |
UHC | 梨펠렚氓렰 | 11101100101100011100011011100111100011101010110111011000111011001000111010111101 | ecb1c6e78eadd8ec8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)