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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 葬?窪?咫?] | 10010001100100100011111110001100010001010011111110011010010000000011111101011101 | 91923f8c453f9a403f5d |
EUC-JP | 葬?窪?咫?] | 11000001111100100011111110110111101001100011111111010011101000010011111101011101 | c1f23fb7a63fd3a13f5d |
UTF-8 | 葬렱窪렱咫렡] | 11101000100100011010110011101011101000001011000111100111101010101010101011101011101000001011000111100101100100101010101111101011101000001010000101011101 | e891aceba0b1e7aaaaeba0b1e592abeba0a15d |
UHC | 葬렱窪렱咫렡] | 11101101111101111000111010111110111010001100000110001110101111101111001010100001100011101011001001011101 | edf78ebee8c18ebef2a18eb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)