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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???梧??? | 0011111100111111001111111000110011100110001111110011111100111111 | 3f3f3f8ce63f3f3f |
EUC-JP | ???梧??? | 0011111100111111001111111011100011101000001111110011111100111111 | 3f3f3fb8e83f3f3f |
UTF-8 | 樂쒙스梧녘궟凉 | 111011111010011010111111111011001001001010011001111011001000101010100100111001101010001010100111111010111000010110011000111010101011011010011111111011111010010110111001 | efa6bfec9299ec8aa4e6a2a7eb8598eab69fefa5b9 |
UHC | 樂쒙스梧녘궟凉 | 1110100011111001100111001110111110111101101110101110011111111100101100111110100010000010101100101110010110111100 | e8f99cefbdbae7fcb3e882b2e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)