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 | ?℡?媛?? | 0011111110000111100001000011111110010101010100010011111100111111 | 3f87843f95513f3f |
EUC-JP | 璵??媛?? | 100011111100110011100110001111110011111111001001101100100011111100111111 | 8fcce63f3fc9b23f3f |
UTF-8 | 璵℡펲媛방틦 | 111001111001001010110101111000101000010010100001111011011000111010110010111001011010101010011011111010111011000010101001111011011000101110100110 | e792b5e284a1ed8eb2e5aa9bebb0a9ed8ba6 |
UHC | 璵℡펲媛방틦 | 111001101010010110100010111001011011110010000100111010101011000010111001111001101011101010010000 | e6a5a2e5bc84eab0b9e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)