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 | 絶??節∽?] | 10010000111000100011111100111111100100001101111110000001111001000011111101011101 | 90e23f3f90df81e43f5d |
EUC-JP | 絶??節∽?] | 11000000111001000011111100111111110000001110000110100010111001100011111101011101 | c0e43f3fc0e1a2e63f5d |
UTF-8 | 絶꾬슈節∽풄] | 11100111101101011011011011101010101111101010110011101100100010101000100011100111101011111000000011100010100010001011110111101101100100101000010001011101 | e7b5b6eabeacec8a88e7af80e288bded92845d |
UHC | 絶꾬슈節∽풄] | 11101111101111101000010011101111101111011011010011101111101111011010000111101111101111101000110001011101 | efbe84efbdb4efbda1efbe8c5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)