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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 箋??慾∽?B | 11100010101100110011111100111111100101110111110010000001111001000011111101000010 | e2b33f3f977c81e43f42 |
EUC-JP | 箋??慾∽?B | 11100100101101010011111100111111110011011101110110100010111001100011111101000010 | e4b53f3fcddda2e63f42 |
UTF-8 | 箋묕풙慾∽쉐B | 11100111101011101000101111101011101011001001010111101101100100101001100111100110100001011011111011100010100010001011110111101100100010011001000001000010 | e7ae8bebac95ed9299e685bee288bdec899042 |
UHC | 箋묕풙慾∽쉐B | 11101111101010001001000111101111101111101001110011101001101011111010000111101111101111011010011001000010 | efa891efbe9ce9afa1efbda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)