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 | ?℡???? | 00111111100001111000010000111111001111110011111100111111 | 3f87843f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 吳℡츪燎꾥젪 | 111001011001000010110011111000101000010010100001111011001011100010101010111011111010011110000000111010101011111010100101111011001010000010101010 | e590b3e284a1ecb8aaefa780eabea5eca0aa |
UHC | 吳℡츪燎꾥젪 | 111001111110111110100010111001011010111010011111111010001111101110000100111010001010000010100010 | e7efa2e5ae9fe8fb84e8a0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)