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 | ?榕弔ゎ?夭 | 00111111100111101101010110010010101000101000001011101100001111111001101011101110 | 3f9ed592a282ec3f9aee |
EUC-JP | ?榕弔ゎ?夭 | 00111111110111001101011111000100101001001010010011101110001111111101010011110000 | 3fdcd7c4a4a4ee3fd4f0 |
UTF-8 | 뤚榕弔ゎ꼲夭 | 111010111010010010011010111001101010011010010101111001011011110010010100111000111000001010001110111010101011110010110010111001011010010010101101 | eba49ae6a695e5bc94e3828eeabcb2e5a4ad |
UHC | 뤚榕弔ゎ꼲夭 | 100011111100100111101001101111101111000011000000101010101110111010110010110000101110100011101100 | 8fc9e9bef0c0aaeeb2c2e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)