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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???節∽?\ | 001111110011111100111111100100001101111110000001111001000011111101011100 | 3f3f3f90df81e43f5c |
EUC-JP | ???節∽?\ | 001111110011111100111111110000001110000110100010111001100011111101011100 | 3f3f3fc0e1a2e63f5c |
UTF-8 | 筽삥쳛節∽숱\ | 11100111101011011011110111101100100000101010010111101100101100111001101111100111101011111000000011100010100010001011110111101100100010001011000101011100 | e7adbdec82a5ecb39be7af80e288bdec88b15c |
UHC | 筽삥쳛節∽숱\ | 11101000101001001011101111100110101010111000000111101111101111011010000111101111101111011010001001011100 | e8a4bbe6ab81efbda1efbda25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)