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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?る?阿?? | 0011111110000010111010010011111110001000101000100011111100111111 | 3f82e93f88a23f3f |
EUC-JP | ?る?阿?? | 0011111110100100111010110011111110110000101001000011111100111111 | 3fa4eb3fb0a43f3f |
UTF-8 | 囹る젿阿숈뿏 | 111011111010011010101001111000111000001010001011111011001010000010111111111010011001100010111111111011001000100010001000111010111011111110001111 | efa6a9e3828beca0bfe998bfec8888ebbf8f |
UHC | 囹る젿阿숈뿏 | 111001111010101010101010111010111010000010110001111001001011100110011001111011001001011110010100 | e7aaaaeba0b1e4b999ec9794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)