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 | 俄??俄??\ | 100010011110001000111111001111111000100111100010001111110011111101011100 | 89e23f3f89e23f3f5c |
EUC-JP | 俄??俄??\ | 101100101110010000111111001111111011001011100100001111110011111101011100 | b2e43f3fb2e43f3f5c |
UTF-8 | 俄듸숱俄듸슁\ | 11100100101111111000010011101011100100111011100011101100100010001011000111100100101111111000010011101011100100111011100011101100100010101000000101011100 | e4bf84eb93b8ec88b1e4bf84eb93b8ec8a815c |
UHC | 俄듸숱俄듸슁\ | 11100100101011011011010111101111101111011010001011100100101011011011010111101111101111011011001101011100 | e4adb5efbda2e4adb5efbdb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)